home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
mx
/
effects
/
IEffectTargetHost.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
375b
|
16 lines
package mx.effects
{
public interface IEffectTargetHost
{
function unconstrainRenderer(param1:Object) : void;
function removeDataEffectItem(param1:Object) : void;
function getRendererSemanticValue(param1:Object, param2:String) : Object;
function addDataEffectItem(param1:Object) : void;
}
}